DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / ConnectionTimeout Property

In This Topic
    ConnectionTimeout Property (DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    接続の確立の試行を中止してエラーを生成するまでに接続確立を待機する時間を取得します。
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property ConnectionTimeout As Integer
    public override int ConnectionTimeout {get;}
    See Also